PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardTableScope Enumeration
In This Topic
    PDFStandardTableScope Enumeration
    In This Topic
    Specifies the available values for PDFStandardTableAttribute.setScope method.
    Members
    MemberDescription
    BOTHRow and column scope.
    COLUMNColumn scope.
    ROWRow scope.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardTableScope

    See Also